func reflect.hashMightPanic

4 uses

	reflect (current package)
		type.go#L1963: 	if hashMightPanic(ktyp) {
		type.go#L2205: func hashMightPanic(t *rtype) bool {
		type.go#L2211: 		return hashMightPanic(tt.elem)
		type.go#L2215: 			if hashMightPanic(f.typ) {